home *** CD-ROM | disk | FTP | other *** search
- PlotDelegate = {
- ACTIONS = {
- showHelp:;
- appWillInit:;
- resetDefaults:;
- appDidInit:;
- showInfo:;
- };
- OUTLETS = {
- printColorButton;
- servicesHandler;
- plotParam;
- formatHandler;
- printLineStyleButton;
- controlPanel;
- infoPanel;
- helpPanel;
- opaqueBackgroundButton;
- autoPlotButton;
- accPrintColorButton;
- canvas;
- colorOptionButton;
- canvasWindow;
- accPrintLineStyleButton;
- };
- SUPERCLASS = Object;
- };
- Plot = {
- ACTIONS = {
- whyTheBeep:;
- setTextColor:;
- open:;
- openBinary:;
- fixFileRemovalPanel:;
- setCurveColor:;
- removeAndOpen:;
- removeSomeFiles:;
- writeDataFiles:;
- drawPlot:;
- fixMatrixColumn:;
- setBackgroundColor:;
- previousView:;
- resetMinMax:;
- removeAllFiles:;
- };
- OUTLETS = {
- changeYTitleFont;
- accPrintLineStyleButton;
- binaryOpenForm;
- fileRemovalMatrix;
- errorBars;
- lineMatrix;
- errorBarPanel;
- fileRemovalPanel;
- curveNumber;
- writeDataAccButton;
- changeXTitleFont;
- printPreview;
- accPrintColorButton;
- columnPanel;
- changeLegendTitleFont;
- datahunkArray;
- lineText;
- symbolMatrixWindow;
- plotButton;
- autoPlotButton;
- lineMatrixWindow;
- changeLegendFont;
- yLimits;
- fileRemovalButtons;
- symbolMatrix;
- binaryOpenAccessory;
- xLinLog;
- canvas;
- textColorWell;
- xLimits;
- legendFormWindow;
- backgroundColorWell;
- changeMainTitleFont;
- yLinLog;
- changeTicLabelFont;
- columnSelectionHandler;
- symbolText;
- binaryXdatathere;
- legendForm;
- curveColorWell;
- errorBarHandler;
- };
- SUPERCLASS = Object;
- };
- ServicesHandler = {
- ACTIONS = {
- serviceSetState:;
- serviceEnable:;
- };
- OUTLETS = {
- plotService;
- };
- SUPERCLASS = Object;
- };
- FirstResponder = {
- ACTIONS = {
- };
- SUPERCLASS = Object;
- };
- PlotView = {
- ACTIONS = {
- drawSymbols:;
- clear:;
- drawLines:;
- doPrinting:;
- drawLegend:;
- saveEPS:;
- copyPScode:;
- };
- OUTLETS = {
- symbolSizeText;
- gridOnOff;
- newXTitleFont;
- printPanelAccessory;
- opaqueBackgroundButton;
- borderBoxThicknessText;
- gridDotted;
- legendBoxOnOff;
- ticMarkLengthText;
- accPrintColorButton;
- newLegendFont;
- yFormatRight;
- handFormatYaxis;
- titles;
- zoomChoice;
- newTicLabelFont;
- newLegendTitleFont;
- legendTitle;
- minorTicMarksOnOff;
- errorBarBaseWidth;
- legendOpaque;
- xFormatExponent;
- lineThicknessText;
- yFormatExponent;
- majorTicMarksOnOff;
- handFormatXaxis;
- ticMarkThicknessText;
- newYTitleFont;
- plotParam;
- newMainTitleFont;
- theFontManager;
- frameBoxThicknessText;
- ticMarkLocation;
- errorBarMatrix;
- axisThicknessText;
- yFormatLeft;
- xFormatLeft;
- legendForm;
- legendOnOff;
- gridThicknessText;
- frameBoxOnOff;
- xFormatRight;
- axesOnOff;
- borderBoxOnOff;
- };
- SUPERCLASS = View;
- };
- FormatHandler = {
- ACTIONS = {
- writeFormatFile:;
- readFormatFile:;
- };
- OUTLETS = {
- symbolSizeText;
- mainTitle;
- gridOnOff;
- ticMarkLength;
- borderBoxThicknessText;
- gridDotted;
- symbolSize;
- curveNumber;
- legendBoxOnOff;
- ticMarkLengthText;
- yTitle;
- gridThickness;
- ebarBaseWidth;
- legendTitle;
- axisThickness;
- minorTicMarksOnOff;
- legendOpaque;
- lineThicknessText;
- frameBoxThickness;
- xTitle;
- majorTicMarksOnOff;
- canvas;
- ticMarkThicknessText;
- plotParam;
- textColorWell;
- frameBoxThicknessText;
- ticMarkLocation;
- backgroundColorWell;
- ticMarkThickness;
- ebarBaseWidthText;
- lineThickness;
- axisThicknessText;
- curveColorWell;
- legendForm;
- legendOnOff;
- gridThicknessText;
- frameBoxOnOff;
- borderBoxThickness;
- axesOnOff;
- borderBoxOnOff;
- };
- SUPERCLASS = Object;
- };
- ErrorBarHandler = {
- ACTIONS = {
- update:;
- init:;
- eraseDisabledCells:;
- updatePanel:;
- removeAll:;
- };
- OUTLETS = {
- plotParam;
- filenameMatrix;
- errorBarPanel;
- errorBarText;
- fileRemovalButtons;
- errorBarMatrix;
- };
- SUPERCLASS = Object;
- };
- ScrollWindow = {
- ACTIONS = {
- windowDidResize:;
- windowWillResize:;
- };
- SUPERCLASS = Window;
- };
- ColumnSelectionHandler = {
- ACTIONS = {
- fixRow:;
- removeAll:;
- windowDidResize:;
- eraseDisabledCells:;
- update:;
- fixPanel:;
- init:;
- };
- OUTLETS = {
- columnText;
- fileRemovalButtons;
- columnMatrix;
- plotParam;
- filenameMatrix;
- columnPanel;
- };
- SUPERCLASS = Object;
- };
-